const github.com/klauspost/compress/internal/snapref.tagCopy1
3 uses
github.com/klauspost/compress/internal/snapref (current package)
decode_other.go#L58: case tagCopy1:
encode_other.go#L85: dst[i+0] = uint8(offset>>8)<<5 | uint8(length-4)<<2 | tagCopy1
snappy.go#L53: tagCopy1 = 0x01
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |